home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000217-20000824 / 000382_news@columbia.edu _Thu Jun 15 15:09:19 2000.msg < prev    next >
Internet Message Format  |  2000-08-23  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA07176
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 15 Jun 2000 15:09:19 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA11905
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Jun 2000 15:09:18 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA28147
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 15 Jun 2000 14:48:22 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Spaces consolidated in echo command
  14. Date: 15 Jun 2000 18:48:21 GMT
  15. Organization: Columbia University
  16. Message-ID: <8ib8dl$rfh$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3949200b.10772524@news-server.maine.rr.com>,
  20. John Hill <jhill@sawmillmanager.com> wrote:
  21. : I do not have any leading or trailing spaces.  I am using the box
  22. : drawing characters to display a rectangular box and the sides of the
  23. : box is made of two verticle lines with spaces between each set.  For
  24. : example " ||                         || ".  I have about 30 spaces
  25. : between them but the display only shows about 5.  I thought is might
  26. : be an issue with tabs being used to create the file and kermit
  27. : consolidating this down to on space for each tab but I tried deleting
  28. : the spaces and entering them again with no success.
  29. Why don't you send a copy of your script to kermit-support@columbia.edu?
  30. We are obviously overlooking something in this discussion.  MS-DOS Kermit
  31. does not collapse internal spaces, so if your ECHO command text really
  32. does include 30 internal spaces and only 5 are displayed, strange forces
  33. are at work.  It doesn't happen here:
  34.  
  35. [C:\MSKERMIT] MS-Kermit>echo ||                  ||
  36. ||                  ||
  37. [C:\MSKERMIT] MS-Kermit>echo { ||                  || }
  38.  ||                  ||
  39. [C:\MSKERMIT] MS-Kermit>
  40.  
  41. - Frank